*{
    margin: 0;
    padding: 0
}
html,body{
    width: 100%;
    height: 100%;
    color: #333
}
#home{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
header{
    width: 100%
}
section{
    width: 100%;
    position: relative;
}
.header-top{
    width: 100%;
}
.header-container{
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #16407A;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.header-title{
    padding: 10px 50px;
    background: #16407A;
    justify-content: space-around
}
.header-title-cont{
    position: relative;
    width: 1200px
}
.header-title span{
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 610px;
    top: 13px;
    display: inline-block;
    width: 400px
}
.header-detail{
    display: flex
}
.header-detail li{
    margin-right: 30px;
    cursor: pointer;
}
.header-detail img{
    width: 20px;
    height: 20px;
    vertical-align: middle
}
a{
    text-decoration: none
}
.header-nav{
    width: 100%;
    height: 50px;
    background: #065495
}
.nav ul,.nav li,.header-detail li:first-child{
    list-style: none
}
.nav{
    border-right: none;
    overflow: hidden;
    float: left;
    margin-left: 50px
}
.nav ul li{
    float: left;
}
.nav ul li{
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.nav ul li a{
    color: #fff;
    width: 100%;;
    display: block;
    position: relative;
}
.nav ul li a::after{
    content: "|";
    width: 1px;
    position: absolute;
    right: 0;
}
.nav ul li:hover{
    border-bottom: 3px solid #01a1e3;
    height: 47px;
    line-height: 50px;
}
.nav ul li ul{
    position: absolute;
    display: none;
    z-index: 9999;
}
.nav ul li ul li{
    float: none;
}
.nav ul li ul li a{
    border-right: none;
    border-top: 1px dotted #ccc;
    background: #f5f5f5;
    color: #333
}
.nav ul li ul li a::after{
    content: ""
}
.nav ul li ul li a:hover{
    color: #065495;
    border-bottom:none
}
.nav ul li:hover ul{
    display: block
}
.record{
    float: right;
    margin-right: 50px;
    height: 50px;
    line-height: 50px
}
.record ul,.record ul li{
    display: flex;
    list-style: none;
    align-items: center
}
.record ul li a{
    color: #fff;
    margin: 0 20px 0 10px
}
footer{
    width: 100%;
    background: #16407A;
    color: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: space-around
}
.footer-link{
    padding: 0 50px;
    margin-bottom: 20px
}
footer select{
    width: 128px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #019ce5;
    margin: 0 5px;
    appearance: none;
    text-indent: 5px;
    word-wrap: normal;
    background: transparent
}
footer select option{
    color: #333
}
.footer-text{
    display: flex;
    padding: 0 50px
}
.footer-text p{
    margin: 10px 0;
    font-size: 14px
}
.foot-text-left{
    width: 100%
}
.foot-text-left p a{
    color: #fff;
    padding: 0 10px;
    border-right: 2px solid #fff;
}
.foot-text-left p a:first-child{
    padding-left: 0
}
.foot-text-left p a:last-child{
    border-right: none
}
.foot-text-center{
    width: 30%
}
.foot-text-right{
    margin-top: 20px;
    width: 20%
}
.foot-text-right img{
    height: 36px;
    margin-right: 30px
}
.footer-cont{
    width: 90%;
}
.pointer{
    cursor: pointer;
}
.pointer-select:hover{
    cursor: pointer;
    background: #68aae4;
    color: #FFF;
}